Api.RemoveModuleConfiguration method

Removes the configured device.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsError RemoveModuleConfiguration(
       int ConfigurationIndex
)
Public Function RemoveModuleConfiguration(
       ConfigurationIndex As Integer
) As KsError

Parameters

ConfigurationIndex

Type: int

The index of the configured device.

Return value

Type: KsError

A return code of a method.

Usable EtherCAT states

ecatOffline

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace